home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / nm-applet / ce-page-wireless.glade < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-14  |  14.6 KB  |  339 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <widget class="GtkWindow" id="wireless_page_widget">
  6.     <property name="title" translatable="yes">window2</property>
  7.     <child>
  8.       <widget class="GtkTable" id="WirelessPage">
  9.         <property name="visible">True</property>
  10.         <property name="border_width">12</property>
  11.         <property name="n_rows">9</property>
  12.         <property name="n_columns">2</property>
  13.         <property name="column_spacing">12</property>
  14.         <property name="row_spacing">6</property>
  15.         <child>
  16.           <widget class="GtkHBox" id="wireless_mtu_hbox">
  17.             <property name="visible">True</property>
  18.             <property name="spacing">6</property>
  19.             <child>
  20.               <widget class="GtkSpinButton" id="wireless_mtu">
  21.                 <property name="visible">True</property>
  22.                 <property name="can_focus">True</property>
  23.                 <property name="adjustment">0 0 10000 1 10 10</property>
  24.                 <property name="climb_rate">1</property>
  25.               </widget>
  26.             </child>
  27.             <child>
  28.               <widget class="GtkLabel" id="mtu_units">
  29.                 <property name="visible">True</property>
  30.                 <property name="xalign">0</property>
  31.                 <property name="label" translatable="yes">bytes</property>
  32.               </widget>
  33.               <packing>
  34.                 <property name="expand">False</property>
  35.                 <property name="fill">False</property>
  36.                 <property name="position">1</property>
  37.               </packing>
  38.             </child>
  39.           </widget>
  40.           <packing>
  41.             <property name="left_attach">1</property>
  42.             <property name="right_attach">2</property>
  43.             <property name="top_attach">8</property>
  44.             <property name="bottom_attach">9</property>
  45.             <property name="x_options">GTK_FILL</property>
  46.             <property name="y_options">GTK_FILL</property>
  47.           </packing>
  48.         </child>
  49.         <child>
  50.           <widget class="GtkLabel" id="wireless_mtu_label">
  51.             <property name="visible">True</property>
  52.             <property name="xalign">0</property>
  53.             <property name="label" translatable="yes">MT_U:</property>
  54.             <property name="use_underline">True</property>
  55.             <property name="mnemonic_widget">wireless_mtu</property>
  56.           </widget>
  57.           <packing>
  58.             <property name="top_attach">8</property>
  59.             <property name="bottom_attach">9</property>
  60.             <property name="x_options">GTK_FILL</property>
  61.             <property name="y_options"></property>
  62.           </packing>
  63.         </child>
  64.         <child>
  65.           <widget class="GtkEntry" id="wireless_mac">
  66.             <property name="visible">True</property>
  67.             <property name="can_focus">True</property>
  68.             <property name="tooltip_text">This option locks this connection to the network device specified by the MAC address entered here.  Example: 00:11:22:33:44:55</property>
  69.           </widget>
  70.           <packing>
  71.             <property name="left_attach">1</property>
  72.             <property name="right_attach">2</property>
  73.             <property name="top_attach">7</property>
  74.             <property name="bottom_attach">8</property>
  75.             <property name="y_options"></property>
  76.           </packing>
  77.         </child>
  78.         <child>
  79.           <widget class="GtkLabel" id="wireless_mac_label">
  80.             <property name="visible">True</property>
  81.             <property name="xalign">0</property>
  82.             <property name="label" translatable="yes">_MAC address:</property>
  83.             <property name="use_underline">True</property>
  84.             <property name="mnemonic_widget">wireless_mac</property>
  85.           </widget>
  86.           <packing>
  87.             <property name="top_attach">7</property>
  88.             <property name="bottom_attach">8</property>
  89.             <property name="x_options">GTK_FILL</property>
  90.             <property name="y_options"></property>
  91.           </packing>
  92.         </child>
  93.         <child>
  94.           <widget class="GtkHBox" id="wireless_tx_power_hbox">
  95.             <property name="visible">True</property>
  96.             <property name="spacing">6</property>
  97.             <child>
  98.               <widget class="GtkSpinButton" id="wireless_tx_power">
  99.                 <property name="visible">True</property>
  100.                 <property name="can_focus">True</property>
  101.                 <property name="adjustment">0 0 500 1 10 10</property>
  102.                 <property name="climb_rate">1</property>
  103.               </widget>
  104.             </child>
  105.             <child>
  106.               <widget class="GtkLabel" id="tx_power_units">
  107.                 <property name="visible">True</property>
  108.                 <property name="xalign">0</property>
  109.                 <property name="label" translatable="yes">mW</property>
  110.               </widget>
  111.               <packing>
  112.                 <property name="expand">False</property>
  113.                 <property name="fill">False</property>
  114.                 <property name="position">1</property>
  115.               </packing>
  116.             </child>
  117.           </widget>
  118.           <packing>
  119.             <property name="left_attach">1</property>
  120.             <property name="right_attach">2</property>
  121.             <property name="top_attach">6</property>
  122.             <property name="bottom_attach">7</property>
  123.             <property name="x_options">GTK_FILL</property>
  124.             <property name="y_options">GTK_FILL</property>
  125.           </packing>
  126.         </child>
  127.         <child>
  128.           <widget class="GtkLabel" id="wireless_tx_power_label">
  129.             <property name="visible">True</property>
  130.             <property name="xalign">0</property>
  131.             <property name="label" translatable="yes">Transmission po_wer:</property>
  132.             <property name="use_underline">True</property>
  133.             <property name="mnemonic_widget">wireless_tx_power</property>
  134.           </widget>
  135.           <packing>
  136.             <property name="top_attach">6</property>
  137.             <property name="bottom_attach">7</property>
  138.             <property name="x_options">GTK_FILL</property>
  139.             <property name="y_options"></property>
  140.           </packing>
  141.         </child>
  142.         <child>
  143.           <widget class="GtkHBox" id="wireless_rate_hbox">
  144.             <property name="visible">True</property>
  145.             <property name="spacing">6</property>
  146.             <child>
  147.               <widget class="GtkSpinButton" id="wireless_rate">
  148.                 <property name="visible">True</property>
  149.                 <property name="can_focus">True</property>
  150.                 <property name="adjustment">0 0 500 1 10 10</property>
  151.                 <property name="climb_rate">1</property>
  152.               </widget>
  153.             </child>
  154.             <child>
  155.               <widget class="GtkLabel" id="rate_units">
  156.                 <property name="visible">True</property>
  157.                 <property name="xalign">0</property>
  158.                 <property name="label" translatable="yes">Mb/s</property>
  159.               </widget>
  160.               <packing>
  161.                 <property name="expand">False</property>
  162.                 <property name="fill">False</property>
  163.                 <property name="position">1</property>
  164.               </packing>
  165.             </child>
  166.           </widget>
  167.           <packing>
  168.             <property name="left_attach">1</property>
  169.             <property name="right_attach">2</property>
  170.             <property name="top_attach">5</property>
  171.             <property name="bottom_attach">6</property>
  172.             <property name="x_options">GTK_FILL</property>
  173.             <property name="y_options">GTK_FILL</property>
  174.           </packing>
  175.         </child>
  176.         <child>
  177.           <widget class="GtkLabel" id="wireless_rate_label">
  178.             <property name="visible">True</property>
  179.             <property name="xalign">0</property>
  180.             <property name="label" translatable="yes">_Rate:</property>
  181.             <property name="use_underline">True</property>
  182.             <property name="mnemonic_widget">wireless_rate</property>
  183.           </widget>
  184.           <packing>
  185.             <property name="top_attach">5</property>
  186.             <property name="bottom_attach">6</property>
  187.             <property name="x_options">GTK_FILL</property>
  188.             <property name="y_options"></property>
  189.           </packing>
  190.         </child>
  191.         <child>
  192.           <widget class="GtkEntry" id="wireless_bssid">
  193.             <property name="visible">True</property>
  194.             <property name="can_focus">True</property>
  195.             <property name="tooltip_text">This option locks this connection to the wireless access point (AP) specified by the BSSID entered here.  Example: 00:11:22:33:44:55</property>
  196.           </widget>
  197.           <packing>
  198.             <property name="left_attach">1</property>
  199.             <property name="right_attach">2</property>
  200.             <property name="top_attach">4</property>
  201.             <property name="bottom_attach">5</property>
  202.             <property name="y_options"></property>
  203.           </packing>
  204.         </child>
  205.         <child>
  206.           <widget class="GtkEntry" id="wireless_ssid">
  207.             <property name="visible">True</property>
  208.             <property name="can_focus">True</property>
  209.           </widget>
  210.           <packing>
  211.             <property name="left_attach">1</property>
  212.             <property name="right_attach">2</property>
  213.             <property name="y_options"></property>
  214.           </packing>
  215.         </child>
  216.         <child>
  217.           <widget class="GtkLabel" id="wireless_bssid_label">
  218.             <property name="visible">True</property>
  219.             <property name="xalign">0</property>
  220.             <property name="label" translatable="yes">_BSSID:</property>
  221.             <property name="use_underline">True</property>
  222.             <property name="mnemonic_widget">wireless_bssid</property>
  223.           </widget>
  224.           <packing>
  225.             <property name="top_attach">4</property>
  226.             <property name="bottom_attach">5</property>
  227.             <property name="x_options">GTK_FILL</property>
  228.             <property name="y_options"></property>
  229.           </packing>
  230.         </child>
  231.         <child>
  232.           <widget class="GtkSpinButton" id="wireless_channel">
  233.             <property name="visible">True</property>
  234.             <property name="can_focus">True</property>
  235.             <property name="adjustment">0 0 196 1 10 10</property>
  236.             <property name="climb_rate">1</property>
  237.           </widget>
  238.           <packing>
  239.             <property name="left_attach">1</property>
  240.             <property name="right_attach">2</property>
  241.             <property name="top_attach">3</property>
  242.             <property name="bottom_attach">4</property>
  243.             <property name="y_options"></property>
  244.           </packing>
  245.         </child>
  246.         <child>
  247.           <widget class="GtkLabel" id="wireless_channel_label">
  248.             <property name="visible">True</property>
  249.             <property name="xalign">0</property>
  250.             <property name="label" translatable="yes">C_hannel:</property>
  251.             <property name="use_underline">True</property>
  252.             <property name="mnemonic_widget">wireless_channel</property>
  253.           </widget>
  254.           <packing>
  255.             <property name="top_attach">3</property>
  256.             <property name="bottom_attach">4</property>
  257.             <property name="x_options">GTK_FILL</property>
  258.             <property name="y_options"></property>
  259.           </packing>
  260.         </child>
  261.         <child>
  262.           <widget class="GtkComboBox" id="wireless_band">
  263.             <property name="visible">True</property>
  264.             <property name="items" translatable="yes">Automatic
  265. A (5 GHz)
  266. B/G (2.4 GHz)</property>
  267.           </widget>
  268.           <packing>
  269.             <property name="left_attach">1</property>
  270.             <property name="right_attach">2</property>
  271.             <property name="top_attach">2</property>
  272.             <property name="bottom_attach">3</property>
  273.             <property name="x_options">GTK_FILL</property>
  274.             <property name="y_options">GTK_FILL</property>
  275.           </packing>
  276.         </child>
  277.         <child>
  278.           <widget class="GtkLabel" id="wireless_band_label">
  279.             <property name="visible">True</property>
  280.             <property name="xalign">0</property>
  281.             <property name="label" translatable="yes">Ban_d:</property>
  282.             <property name="use_underline">True</property>
  283.             <property name="mnemonic_widget">wireless_band</property>
  284.           </widget>
  285.           <packing>
  286.             <property name="top_attach">2</property>
  287.             <property name="bottom_attach">3</property>
  288.             <property name="x_options">GTK_FILL</property>
  289.             <property name="y_options"></property>
  290.           </packing>
  291.         </child>
  292.         <child>
  293.           <widget class="GtkComboBox" id="wireless_mode">
  294.             <property name="visible">True</property>
  295.             <property name="items" translatable="yes">Infrastructure
  296. Ad-hoc</property>
  297.           </widget>
  298.           <packing>
  299.             <property name="left_attach">1</property>
  300.             <property name="right_attach">2</property>
  301.             <property name="top_attach">1</property>
  302.             <property name="bottom_attach">2</property>
  303.             <property name="x_options">GTK_FILL</property>
  304.             <property name="y_options">GTK_FILL</property>
  305.           </packing>
  306.         </child>
  307.         <child>
  308.           <widget class="GtkLabel" id="wireless_mode_label">
  309.             <property name="visible">True</property>
  310.             <property name="xalign">0</property>
  311.             <property name="label" translatable="yes">M_ode:</property>
  312.             <property name="use_underline">True</property>
  313.             <property name="mnemonic_widget">wireless_mode</property>
  314.           </widget>
  315.           <packing>
  316.             <property name="top_attach">1</property>
  317.             <property name="bottom_attach">2</property>
  318.             <property name="x_options">GTK_FILL</property>
  319.             <property name="y_options"></property>
  320.           </packing>
  321.         </child>
  322.         <child>
  323.           <widget class="GtkLabel" id="wireless_ssid_label">
  324.             <property name="visible">True</property>
  325.             <property name="xalign">0</property>
  326.             <property name="label" translatable="yes">_SSID:</property>
  327.             <property name="use_underline">True</property>
  328.             <property name="mnemonic_widget">wireless_ssid</property>
  329.           </widget>
  330.           <packing>
  331.             <property name="x_options">GTK_FILL</property>
  332.             <property name="y_options"></property>
  333.           </packing>
  334.         </child>
  335.       </widget>
  336.     </child>
  337.   </widget>
  338. </glade-interface>
  339.